armv8: ls1028ardb: Add support for LS1028ARDB
authorYuantian Tang <[email protected]>
Wed, 10 Apr 2019 08:43:34 +0000 (16:43 +0800)
committerPrabhakar Kushwaha <[email protected]>
Wed, 22 May 2019 06:54:24 +0000 (12:24 +0530)
commit353f36d96e49f3ad34ffc4a16dea7398c6f90f65
tree471648fb8a99207408b3b367606fcd82918fa5d3
parentd4ad111dc4da561d1638f5edb87fa2e6012300d8
armv8: ls1028ardb: Add support for LS1028ARDB

LS1028A is an ARMv8 implementation. LS1028ARDB is an evaluation
platform that supports the LS1028A family SoCs. This patch add basic
support of the platform.

Signed-off-by: Sudhanshu Gupta <[email protected]>
Signed-off-by: Rai Harninder <[email protected]>
Signed-off-by: Rajesh Bhagat <[email protected]>
Signed-off-by: Bhaskar Upadhaya <[email protected]>
Signed-off-by: Tang Yuantian <[email protected]>
Signed-off-by: Prabhakar Kushwaha <[email protected]>
13 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1028a-rdb.dts [new file with mode: 0644]
board/freescale/ls1028a/Kconfig [new file with mode: 0644]
board/freescale/ls1028a/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1028a/Makefile [new file with mode: 0644]
board/freescale/ls1028a/README [new file with mode: 0644]
board/freescale/ls1028a/ddr.c [new file with mode: 0644]
board/freescale/ls1028a/ls1028a.c [new file with mode: 0644]
configs/ls1028ardb_tfa_defconfig [new file with mode: 0644]
include/configs/ls1028a_common.h [new file with mode: 0644]
include/configs/ls1028ardb.h [new file with mode: 0644]